﻿@charset "utf-8";

/* 引导页 */
.cd-fixed-bg {
    position: relative;
    min-height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
}


.cd-fixed-bg.cd-bg-1 {
    background:url(../images/frmo2.jpg) no-repeat top center fixed; width:100%; height:900px;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
}



.guide{ width: 600px; height: 370px; position: absolute; left: 50%; margin-left: -300px; top:20%; text-align: center;}
.guide .guide-logo{ margin-bottom: 20px; position: relative; top: -80px; opacity: 0; filter:alpha(opacity=0);}

.guide .guide-logo p{ font-size: 24px; font-weight:bold; color: #000; line-height: 46px; font-family:microsoft yahei;}
.guide .line{ display: block; width: 34px; height: 1px; margin: 0 auto; background: #dd3e35; margin-bottom: 50px; position: relative; top: -40px; opacity: 0; filter:alpha(opacity=0);}
.guide-tit{ margin-bottom:60px;}
.guide-tit h3{ font-size:33px; color: #fff; opacity: 0; position: relative; top:20px;  filter:alpha(opacity=0); line-height: 32px; text-shadow:0 0 0.09em #756f52, -0 -0 0.2em #756f52; letter-spacing:15px;font-weight:900!important; }
.guide-tit h3 span{ font-size:40px!important;}

.guide-tit h4{ font-size:33px; color: #fff; position: relative; top:50px; opacity: 0; filter:alpha(opacity=0); line-height: 37px; text-shadow:0 0 0.09em #756f52, -0 -0 0.2em #756f52; letter-spacing:3px;font-weight:900!important; padding-bottom:0px; }
.guide-tit h4 span{ font-size:20px!important;letter-spacing:3.5px; font-family:Arial, Helvetica, sans-serif; font-weight:normal;}

.guide-tit a{color:#fff;}

.guide .enterBtn{ width:250px; height:50px; margin: 0 auto; position: relative; top: -100px; opacity: 0; filter:alpha(opacity=0);}
.guide .enterBtn a{ display: block; border-radius: 30px; background: #0091df; color: #fff; line-height: 50px; font-size:25px; position: relative; font-weight:!important;}
@-webkit-keyframes pulse1{
	0%{-webkit-transform:scale(0.2);transform:scale(0.2)}
	100%{-webkit-transform:scale(1);transform:scale(1)}
}
@keyframes pulse1{
	0%{-webkit-transform:scale(0.2);-ms-transform:scale(0.2);transform:scale(0.2)}
	100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}
}
	.pulse1{-webkit-animation-name:pulse1;animation-name:pulse1; -webkit-animation-duration:1.5s; -moz-animation-duration:1.5s; -o-animation-duration:1.5s; -ms-animation-duration:1.5s; animation-duration:1.5s;}

